Microsoft DirectX 8.1 (C++)

CQueue::PutQueueObject

Puts an item onto the queue.

Syntax

void PutQueueObject(
    T object
);

Parameters

object

Object of type T (the template type).

Remarks

This method blocks until there is space in the queue for the item.

See Also